home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / DATABASE.DIR / 00048_Script_48 < prev    next >
Text File  |  1996-03-28  |  148b  |  9 lines

  1. on mouseDown
  2.   global mode
  3.   if NOT (mode = "search") then
  4.     setSearchMode
  5.   else
  6.     doFind(the text of cast "searchTopic")
  7.   end if
  8. end
  9.